home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 193
- Top = 99
- Width = 662
- Height = 388
- Caption = 'Form1'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object ApdTerminal1: TApdTerminal
- Left = 10
- Top = 13
- Width = 632
- Height = 288
- ComPort = ApdComPort1
- Emulator = ApdEmulator1
- DisplayRows = 24
- DisplayColumns = 79
- CaptureFile = 'APD.CAP'
- Font.Color = clYellow
- Font.Height = -12
- Font.Name = 'Terminal'
- Font.Pitch = fpFixed
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Upload: TButton
- Left = 8
- Top = 320
- Width = 89
- Height = 33
- Caption = 'Upload'
- TabOrder = 1
- OnClick = UploadClick
- end
- object Download: TButton
- Left = 104
- Top = 320
- Width = 89
- Height = 33
- Caption = 'Download'
- TabOrder = 2
- OnClick = DownloadClick
- end
- object ApdComPort1: TApdComPort
- HWFlowOptions = [hwfUseRTS, hwfRequireCTS]
- BufferFull = 3686
- BufferResume = 409
- TraceName = 'APD.TRC'
- LogName = 'APD.LOG'
- UseEventWord = False
- TriggerLength = 0
- Left = 65533
- end
- object ApdProtocol1: TApdProtocol
- ComPort = ApdComPort1
- ProtocolType = ptZmodem
- FileMask = 'd:\apw\pascal\oomisc.*'
- BlockCheckMethod = bcmCrc32
- HandshakeWait = 1092
- Overhead = 20
- StatusDisplay = ApdProtocolStatus1
- ProtocolLog = ApdProtocolLog1
- KermitPadCharacter = #0
- OnProtocolFinish = ApdProtocol1ProtocolFinish
- Left = 80
- end
- object ApdProtocolStatus1: TApdProtocolStatus
- Position = poScreenCenter
- Ctl3D = True
- Visible = False
- Left = 120
- end
- object ApdEmulator1: TApdEmulator
- Left = 40
- end
- object ApdProtocolLog1: TApdProtocolLog
- HistoryName = 'd:\apd\examples\apd.his'
- Left = 166
- Top = 65535
- end
- end
-